Byte Data
Creates a new instance of ByteData with the given parameters.
Since
8.0.0
Parameters
data
The upload data as bytes.
content Type
The content type.
Creates a new instance of ByteData with the given parameters.
Since
8.0.0
Parameters
data
The upload data as a string.
charset
The charset used to encode data into a sequence of bytes.
content Type
The content type.